home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 584 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: news.worldlinx.com!stupy
  2. From: stupy@freenet.durham.org (Steve Tupy)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: QUES: BCC 4.52
  5. Date: 5 Jan 1996 06:05:50 GMT
  6. Organization: Durham Free-Net
  7. Message-ID: <4cif3u$ii5@news.worldlinx.com>
  8. References: <95361.205825DAR110@psuvm.psu.edu>
  9. NNTP-Posting-Host: freenet.durham.org
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. David Raydo (DAR110@psuvm.psu.edu) wrote:
  13. : How can I configure the Colours used in the IDE ?
  14. : I can only find I can switch between four different colour sets!
  15. : Yuck!  why can't I configure the colours from a chart?!?
  16. : (like the TurboDebugger allows for setting individual colours for things).
  17.  
  18.     Go to options->envoironment and then instead of using sets, use
  19. "custom" and then you will be able to change each color individually or even
  20. create your own custom palletes.
  21.  
  22. : Can I make a MAKE file by just clicking on the items that go into
  23. : it, and expect the IDE to produce a working MAKE file ?
  24. : My old Microsft compiler did things that way!
  25.  
  26.     It is there under debug, I think, geez, it has been a while, but it
  27. CAN be done ;)
  28.  
  29. : Can I get an explanation as to the difference between a Project file
  30. : and a Make file ?  thanks!
  31.  
  32.     A project file is read by the IDE and has much more info relating to
  33. the IDE in it and a makefile includes dependencies and object file setup for
  34. the command line compiler but does not include IDE info.
  35.  
  36.     Take care!
  37.  
  38. --
  39. Steve
  40.